home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pcwiz01.arc / RENAME.INS < prev    next >
Text File  |  1991-08-22  |  1KB  |  33 lines

  1. RENAME     Used to RENAME a file. (May be abbreviated
  2.            as REN.)
  3.  
  4. Format:    RENAME [D:Path] OldName NewName
  5.  
  6. Example:     RENAME LTRTEN.TXT LTR10TXT.ARK
  7.  
  8.    Changes the name of the file named LTRTEN.TXT that
  9.    resides in the CURRENT directory to LTR10TXT.ARK.
  10.  
  11. Example:        RENAME \WP\*.TXT *.ARK
  12.  
  13.    Changes the names (extenstions ONLY )of ALL files in
  14.    the \WP directory on the CURRENT drive that have an
  15.    extension of .TXT to filenames with extensions of
  16.    .ARK. (The original filenames (1st eigth characters)
  17.    are retained (do NOT change), but the extensions on
  18.    each of these files are changed to .ARK).
  19. [*]  Unlike the COPY command, which creates duplicates
  20.    of the files, RENAME merely CHANGES the name of a
  21.    file.
  22.  
  23. [*]  Since a RENAMEd file does not change location on
  24.    the disk, the RENAME command does not require, or
  25.    allow, the NewFile name to be preceded by a path
  26.    parameter.
  27.  
  28. [*]  Since the COPY command allows you to make a backup
  29.    copy of file(s) with new name(s) WITHOUT destroying
  30.    the original file(s), it is recommended that COPY be
  31.    used to create BACKUPs of files instead of using the
  32.    RENAME command, which merely changes the name.
  33.